home *** CD-ROM | disk | FTP | other *** search
- 10 'This program makes a copy of VISICALC with the new copy
- 20 'copyable with diskcopy. The new disk must be left alone
- 30 'though. No new files except those created in VISICALC may
- 40 'be added. This procedure was submitted by users group in
- 50 'HOUSTON< TX.
- 60 '
- 70 '
- 80 'With DOS in drive A type (FORMAT B:)
- 90 'Next type (DEBUG) with VISICALC in drive A
- 100 'It might be wise to write-protect your VISICALC original!!
- 110 'Part I
- 120 'If your system has over 90K then follow this procedure.
- 130 '
- 140 '-L 100 0 0 80 (read 16 tracks from A:)
- 150 '-W 100 1 0 80 (write 16 tracks to B:)
- 160 '-L 100 0 80 80 (read next 16 tracks from A:)
- 170 '-W 100 1 80 80 (write next 16 tracks to B:)
- 180 '-L 100 0 100 3E (read last tracks except sector 13F)
- 190 '-W 100 1 100 3E (write last tracks except sector 13F to B:)
- 200 'You are now finish. Goto part II of the program
- 210 'Part IB
- 220 'If you less than 92K than follow this procedure.
- 230 '
- 240 '-L 100 0 0 40
- 250 '-W 100 1 0 40
- 260 '-L 100 0 40 40
- 270 '-W 100 1 40 40
- 280 '-L 100 0 80 40
- 290 '-W 100 1 80 40
- 300 '-L 100 0 C0 40
- 310 '-W 100 1 C0 40
- 320 '-L 100 0 100 3E
- 330 '-W 100 1 100 3E
- 340 'You are finished with this part. Goto Part II
- 350 '
- 360 'Part II
- 370 'This part fixes the disk so that it will not look for
- 380 'the uncopyable sector.
- 390 '
- 400 '-L 100 1 138 3
- 410 '-E 150 90 90
- 420 '-E 156 B0
- 430 '-E 158 90 90
- 440 '-E 168 90 04 40 90 90
- 450 '-E 16E C6 06
- 460 '-E 173 90 90
- 470 '-E 179 90 04 20 90 90
- 480 '-E 17F C6 06
- 490 '-E 184 90 90
- 500 '-E 18A 90 04 00 90 90
- 510 '-E 190 C6 06
- 520 '-E 195 EB
- 530 '-E 1B0 90 05 00 00 90
- 540 '-W 100 1 138 3
- 550 'The above procedure should be done with the copy of VISICALC
- 560 'in drive B:
- 570 'You are now finished and you have a working copy of VISICALC
- 580 'that is copyable. The new copy still has the same serial #
- 590 'so be careful!!
- 591 PRINT"This program should be listen and not run!!"
- e. The new copy still has the same serial #
- 590 'so be careful!!
- 5